home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / m_bro_w.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  407 b   |  17 lines

  1. on mouseDown
  2.   global gmtype
  3.   set tclick to the clickOn
  4.   if (gmtype = 1) and (the movieRate of sprite 9 = 0) then
  5.     puppetSound("CLICK")
  6.   end if
  7.   set the visible of sprite (tclick + 3) to 1
  8.   updateStage()
  9.   waittimer(1)
  10.   set the visible of sprite 6 to 0
  11.   set the visible of sprite 7 to 0
  12.   set the visible of sprite 9 to 0
  13.   updateStage()
  14.   go(the frame + 1)
  15.   set the visible of sprite 9 to 1
  16. end
  17.